home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / interfac / it.dig / scripts / DefineSprite_253 / frame_1 / DoAction.as < prev   
Text File  |  2012-08-27  |  925b  |  22 lines

  1. _root.secoes.descricoes.gotoAndStop(2);
  2. _root.secoes.tipo.gotoAndStop("abrir");
  3. _root.nome = "For Colouring";
  4. _root.secoes.descricoes.descricao.text = "Have fun painting, with more than 290 all new drawings for you and your creativity ";
  5. _root.controle = "";
  6. _root.comando = "shellopen";
  7. _root.caminho = "\\For Colouring\\";
  8. _root.caminhos = "";
  9. loadMovie("interface\\imagens\\colorir.jpg","_root.secoes.descricoes.destino");
  10. stop();
  11. _root.secoes.Para_Colorir.bot_1.onRelease = function()
  12. {
  13.    _root.secoes.tipo.gotoAndStop("abrir");
  14.    _root.nome = "For Colouring";
  15.    _root.secoes.descricoes.descricao.text = "Have fun painting, with more than 290 all new drawings for you and your creativity ";
  16.    _root.controle = "";
  17.    _root.comando = "shellopen";
  18.    _root.caminho = "\\For Colouring\\";
  19.    _root.caminhos = "";
  20.    loadMovie("interface\\imagens\\colorir.jpg","_root.secoes.descricoes.destino");
  21. };
  22.